home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [52].lua < prev    next >
Encoding:
Text File  |  2011-03-06  |  560 b   |  15 lines

  1. -- Script [52]
  2. Starting = 1;
  3. SeaEvent = 1;
  4. SetEventTitle("A Ship Graveyard");
  5.  
  6. SetStartingEvent(ScriptID, false);
  7.  
  8. ShowStoryText("Off in the distance you see a huge area of wrecked and ancient vessels, no doubt destroyed in The Shattering. Deciding to investigate this further, you've no doubt that they must be stuffed to the brim with treasures and get to work seeing what you can find.");
  9.  
  10. AddChoice("Fabulous Riches Await!", "[53]");
  11. if (PlayerHasAlly("{3}")) then
  12.   AddChoice("Mr. Crackers seems all asquawk about something.", "[54]");
  13. end
  14.  
  15.